body{
	background-color: #01081d;
	color: #aaeff6;
}
a{
	color:#f7f9cb;
	text-decoration:none;
}
hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(170,239,246, 0), rgba(170,239,246, 0.75), rgba(170,239,246, 0));
	width: 80%;
}
h1 {
	text-align:center;
	color: #fffece;
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.boxodoxo{
    width: 50%; 
    height: 500px; 
    margin: 120px auto; 
    background-color: #115e72; 
    border: 6px double #9ceaf6; 
    border-radius: 20px;
    text-align:center;
}
p{
    width: 80%;
    margin: 20px auto;
}
ul{
    list-style:none;
    width: 50%;
    margin:0 auto;
}
li{
    margin-bottom: 30px;
    background-color:#00102d;
    padding: 10px;
    border-bottom: 4px solid #9ceaf6;
    border-radius: 20px;
}
span{
    margin-bottom: 20px;
}
h2 {
  color: #aaeff6;
  width: 80%;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
}